تقرير جميع اقساط العملاء Youtube
{$message}

{foreach $allData as $single} {/foreach}
اسم العميل اصل المبلغ المدفوع عدد الاقساط المتبقيه اجمالي الاقساط المتبقيه عدد الاقساط المتاخره اجمالي الاقساط المتاخره التفاصيل
{$single->clientname} {$single->totalPremium} {$single->restPremium} {if $single->totalnotpayed}{$single->totalnotpayed}{else}0{/if} {$single->totalValueNotPayed - $single->totalRestNotPayed} {if $single->totalLate}{$single->totalLate}{else}0{/if} {if $single->totalValueLate}{$single->totalValueLate - $single->totalRestNotPayed}{else}0{/if}

اجمالى اصل المبلغ {$totalPremium}

اجمالى المدفوع {$restPremium}

اجمالى عدد الاقساط المتبقي {$totalValueNotPayed}

اجمالى الاقساط المتاخره {$totalValueLate}